T
Cocktail Help Reference
DialogUICommand<T> Class
Members  See Also  Send Feedback
Cocktail Assembly > Cocktail Namespace : DialogUICommand<T> Class



Glossary Item Box

Represents a command in a message or dialog box.

Object Model

DialogUICommand<T> Class

Syntax

Visual Basic (Declaration) 
Public Class DialogUICommand(Of T) 
   Inherits UICommand
   Implements IDialogUICommand(Of T)IUICommand, IdeaBlade.Core.IHideObjectMembers 
Visual Basic (Usage)Copy Code
Dim instance As DialogUICommand(Of T)
C# 
public class DialogUICommand<T> : UICommand, IDialogUICommand<T>IUICommand, IdeaBlade.Core.IHideObjectMembers  
C++/CLI 
generic<typename T>
public ref class DialogUICommand : public UICommand, IDialogUICommand<T>IUICommand, IdeaBlade.Core.IHideObjectMembers  

Type Parameters

T

Inheritance Hierarchy

System.Object
   Cocktail.UICommand
      Cocktail.DialogUICommand<T>

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.